Param1Desc{The text of the question, eg: "Do you want to save?"}CommandName{questionMessage}HelpPath{Dialogs}ReturnValue{bool result=}OpenBrace{(}Parameters{str text, str caption}CloseBrace{)}Description{Displays a question (Yes/No) message box and returns the user's response.}ReturnDescription{0 if the user selected "No", 1 if the user selected "Yes"}Param1{text}Param2{caption}Param2Desc{The caption of the message box, eg "Save Changes?"}Param3{ }